home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / diskutil / mousebt1.lzh / MOUSEBT.DOC < prev    next >
Encoding:
Text File  |  1992-02-08  |  22.8 KB  |  454 lines

  1.                    The Incredible Mock-Gem Auto Booter
  2.  
  3.                             Mouse Boot V3.D
  4.  
  5.                           (C)1991 SRL-systems
  6.  
  7.                        Written By Scott R. Lemmon
  8.  
  9.  
  10.  
  11.                         -->Newdesk Compatible<--
  12.  
  13.                     -->STe and Mega STe Compatible<--
  14.  
  15.  
  16.  
  17.                            <<< Share Ware >>>
  18.  
  19.  
  20.  
  21.                              Documentation
  22.  
  23.  
  24.  
  25.      Yes, believe it or not an ST autoboot program that looks and works
  26. like a real GEM program.  That's right, no more plunking around the
  27. keyboard like an (ugh) IBM trying to remember what ATL+TAB+CTRL+HELP does,
  28. or some bizarre use of the mouse as arrow keys - an honest to God mouse
  29. pointer!!!  In addition, every function is mouse driven and available from
  30. within the program via dialog boxes and buttons (no more construction sets
  31. to worry about) - all for under 20k of non-resident code.
  32.  
  33.  
  34.  
  35. PART I - "Well, what the hell does it do anyway?"
  36.  
  37.  
  38.  
  39.      Mouse Boot is a Accessory, Auto-boot, Desktop, and Assign.sys file
  40. manager.  It will switch accessories and auto-boot programs on or off,
  41. copy Desktop.inf and Assign.sys to the root directory of the boot drive,
  42. or even allow you to set-up two user defined file types to be copied to
  43. any active drive.  Additionally, Mouse Boot will hold up to 20 presets of
  44. the most commonly used file combinations allowing you to quickly select
  45. them upon boot-up.  Except where a name or path must be entered, all of
  46. this can be done without touching the keyboard!
  47.  
  48.  
  49.  
  50. How it does it...
  51.  
  52.  
  53.  
  54.      Mouse Boot  works by renaming all inactive files to *.??X
  55. (CONTROL.ACX for example) thus preventing them from loading.  Mouse Boot
  56. also copies various types of files such as desktop.inf, assign.sys, etc.
  57.  
  58. from a directory where they are stored to their proper destination
  59. directory renaming them in the process.  This is very similar to the way
  60. most other auto-boot programs work.  Mouse Boot goes a step farther,
  61. however; it lets you do all of this via a mouse and dialog boxes.
  62.  
  63.  
  64.  
  65.      Oddly enough, it's the real ST mouse pointer that Mouse Boot uses -
  66. programs like Atari's Mouse Accelerator or DC stick will work with Mouse
  67. Boot (though they have to be run before it).  Basically Mouse Boot gets
  68. GEM working on a low level - that includes the mouse and most all of the
  69. VDI graphic drawing routines.  All of the dialog boxes and buttons in
  70. Mouse Boot are Pseudo-GEM creations made up entirely of VDI calls.  The
  71. entire program is written in C and does not use even one assembly language
  72. routine (I don't know if that's good or not, but it's true)!
  73.  
  74.  
  75.  
  76.      Most of the configuration is done automatically and the rest (namely
  77. setting up the presets) can be done from within the program - no need for
  78. a separate construction set. and, of course, as I said before - All With A
  79. Mouse!!!
  80.  
  81.  
  82.  
  83. Part II - "Allright So what do I have to do Anyway?"
  84.  
  85.  
  86.  
  87. Step 1 - you should have a folder containing these files...
  88.  
  89.  
  90.  
  91.       MOUSEBT3.PRG -- Mouse Boot Version II
  92.  
  93.       WELCOME.PRG  -- Welcome screen loader
  94.  
  95.       MOUSEPIC.PI1 -- Sample Color Welcome Screen
  96.  
  97.       MOUSEPIC.PI3 -- Sample Monochrome Screen
  98.  
  99.       MOUSEBT.DOC  -- You're reading it
  100.  
  101.  
  102.  
  103. NEW Stuff for version 2.1
  104.  
  105.  
  106.  
  107.       READ.ME      -- List of new features for V3.D
  108.  
  109.       SINGSONG.PRG -- PD Quartet Player code (do not run)
  110.  
  111.  
  112.  
  113. And you may or may not have...
  114.  
  115.  
  116.  
  117.       SONG.SET     -- Sample Quartet voice set
  118.  
  119.       Anything.4V  -- Sample Quartet songs (however many I can manage)
  120.  
  121.  
  122.  
  123. (The sample Quartet songs may not be in some MOUSEBT.LZH files because 
  124. they take up so much room, if you don't have any try looking for some to 
  125. download on many BBS's. - Note: registered owners of Mouse boot will get 
  126. some good ones on their disk <hint>)
  127.  
  128.  
  129.  
  130.      Step 2 - First put MOUSEBT2.PRG in your AUTO folder, and then create
  131. a new folder named MOUSEBT also inside of the AUTO folder.  If you want to
  132. load a welcome screen upon booting place WELCOME.PRG directly before the 
  133. MOUSEBT2.PRG program and a .P?1 or .P?3 (Degas format) picture file in the 
  134. MOUSEBT folder; this is optional, however.  For best results the two pro- 
  135. grams should be as near to the first programs in the AUTO folder as 
  136. possible - after all, renaming a program won't prevent it from loading if 
  137. it has loaded allready.  Mouse Boot 3.d now has a built-in AUTO folder 
  138. reorderer to help you do this (see the READ.ME file for directions). Mouse 
  139. Boot will work without the MOUSEBT folder but you will only be able to 
  140. switch Accessories or AUTO programs on or off.  If this is all you want to 
  141. do just leave the folder out.
  142.  
  143.  
  144.  
  145.     Step 3 - put any Desktop.inf or Assign.sys files you want to choose 
  146. between (up to 18 of each) in the MOUSEBT folder renaming them to 
  147. something like LOWDESK.INF for desktops or FONTSET1.SYS for Assign.sys 
  148. Files. Mouse Boot will Rename inactive Desktop or Gdos files to .INX or 
  149. .SYX respectively and copy the active file to the root directory of your 
  150. boot drive giving it its proper name.
  151.  
  152.  
  153.  
  154. NOTE: if you are running Mouse Boot on a system with TOS 2.0 or greater
  155. Mouse Boot will name the desktop NEWDESK.INF instead of DESKTOP.INF
  156.  
  157.  
  158.  
  159.     Step 4 - Re-boot the Computer. If everything went ok, the Mouse Boot
  160. Program should load and display the selector screen (the welcome screen
  161. should display first if you decided to use it - just press the left mouse
  162. button).  If you do nothing within 10 seconds, Loading will continue 
  163. normally - the right mouse button will also exit the program.  The left 
  164. mouse button, However, will stop the time-out feature and allow you to 
  165. make changes.
  166.  
  167.  
  168.  
  169. PART III - "Great, so now what?"
  170.  
  171.  
  172.  
  173.      Once loaded, Mouse Boot should display all of the accessories
  174. auto-boots, and desktop files currently available.  The active ones will
  175. be shown in inverse.  To change any of them simply point and click - or
  176. drag the mouse pointer (yes I said *Mouse Pointer*) to change a bunch at a
  177. time.  Try clicking on the DESKTOP title - the column will now switch to
  178. show all available GODS ASSIGN.SYS files you installed in the MOUSEBT
  179. folder (if you installed any). Click on it again to show any custom file
  180. types present (read how to set up custom file types in section XI.) Click
  181. on the title yet again to toggle back to showing desktops.  The title bar
  182. will only show file types that are available; if no files of a certain
  183. type exist in the MOUSEBT folder that type will be skipped over.
  184.  
  185.  
  186.  
  187.      You can turn on as many Auto-boots and Desk Accessories as you like,
  188. though the computer will only load six accessories at a time.  Meanwhile,
  189. only one DESKTOP.INF, ASSIGN.SYS file, or custom file type can be on at a
  190. time ( but they all can be off ).
  191.  
  192.  
  193.  
  194.      After you get things the way you like, take a look at the bottom of
  195. the screen, what's that you see? Could it be? Why, yes it's Buttons -
  196. Buttons in the Auto Folder Imagine that! of course, this minor feat of
  197. wonderment can only be accomplished because we have a ** MOUSE **.
  198.  
  199.  
  200.  
  201. Part IV - "Allright monkey boy, So what do these buttons do"
  202.  
  203.  
  204.  
  205.      I'm glad you asked, after all - I went to a lot of trouble to write
  206. the button routines as they are not really GEM buttons, (Well I never said
  207. I got Dialog boxes working).  But all of this should really be of no 
  208. concern to you - just me and my frazzled compiler.  Well, let me un- 
  209. tangent myself and get back to the subject.  The first button labeled 
  210. "CHANGE" will cause the modified files to be renamed or copied as the case 
  211. may be (if run from the desktop, you will also be given the option of 
  212. re-booting to install the changes).  The second button "CANCEL" will exit 
  213. making no changes (the right mouse button also does this).  The next two 
  214. buttons have to do with presets and we'll get to them latter.  finally the 
  215. last button "REVERT" will change the highlighted files back to the way 
  216. they were when the program booted.
  217.  
  218.  
  219.  
  220.       Boy, I bet you all are thinking "Gee, It's now so easy to change
  221. these files there's no need to make this poor programmer do presets!"
  222.   (Yeah Right!)
  223.  
  224.  
  225.  
  226. Which brings us to...
  227.  
  228.  
  229.  
  230. PART V. - "Presets did I hear you say?"
  231.  
  232.  
  233.  
  234.      Yes, I said presets.  When Mouse Boot first loads it looks for a file
  235. named PRESET.DAT in the MOUSEBT folder; if it can't find one all of the
  236. presets will be empty and named "Unused".  To store a preset simply set up 
  237. the screen the way you want and click the "EDIT" button.  A mock-GEM 
  238. dialog box will appear with five options shown in buttons at the bottom. 
  239. To store your preset, first click on the STORE button followed by the 
  240. preset you wish to store it into (one of the twenty buttons above the 
  241. STORE button).  if the preset was formerly empty you will also be asked to 
  242. enter a new name for that preset.
  243.  
  244.  
  245.  
  246.      That brings us to  "RENAME", which allows you to change the name of
  247. any of the presets.  To rename a preset simply click on the "RENAME"
  248. button and then click on the preset you wish to rename.  Another dialog
  249. box will pop up asking you to type the new name (one of the few times you
  250. need really touch the keyboard!) - if you press ENTER without typing
  251. anything, no change will be made. Otherwise, the name you type will become
  252. the new name for the preset IN MEMORY.
  253.  
  254.  
  255.  
  256. "What-da-ya mean 'IN MEMORY' "
  257.  
  258.  
  259.  
  260.      Ah, yes... You may have noticed after you stored your first preset or
  261. renamed a preset that the mouse pointer all of the sudden has a little 'S'
  262. under it.  This means that the presets have been modified and need to be 
  263. saved if the modifications are to be written to the PRESET.DAT file. 
  264. That's what the SAVE button's for.  After you get all of the Presets the 
  265. way you want them, remember to save them before leaving the program 
  266. (unless you want to cancel your changes ).  After you save a preset file 
  267. Mouse Boot will display the presets the next time you boot allowing you to 
  268. select one.  The last button in the STORE dialog, CANCEL, does nothing 
  269. more than return you to the selector screen.
  270.  
  271.  
  272.  
  273. "Didn't you forget one - how about Mass?"
  274.  
  275.  
  276.  
  277.      No, just saving the most confusing for last, Mass performs a mass
  278. merge or mass extract on a selected group of presets.  If, for example,
  279. you add a file to your AUTO folder after setting all of your presets up,
  280. it could take some time to add this new file to all of the presets you
  281. want to use it with.  This is where Mass comes in - first select the mass
  282. button; a blank selector screen will appear with a message at the bottom
  283. asking you to choose a file to mass merge or extract.  As soon as you
  284. choose a file another mock-dialog box will appear asking you to choose
  285. which presets to add or extract the file from - highlight all that apply
  286. and then click on the button at the bottom of the dialog.
  287.  
  288.  
  289.  
  290. "Gee Mr. Wizard - how do  know if I added or extracted the file?"
  291.  
  292.  
  293.  
  294.     Well it depends, if the file you selected was already in the preset it
  295. will be extracted; otherwise the file will be added to the preset.  At any
  296. rate, like with STORE and NAME none of the changes are permanent until
  297. you click on the save button.
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  PART VI. - "So, how do I use these wonderful preset files I made."
  304.  
  305.  
  306.  
  307.      Simple, click on the PRESET button at the bottom of the selector
  308. screen - this will bring up another mock-GEM dialog box with the twenty
  309. preset buttons listed plus the buttons SHOW and CANCEL at the bottom.  To
  310. do a preset simply click on the preset you want to use.  CANCEL does the
  311. same thing as before, while clicking on SHOW followed by a preset button
  312. will cause that preset to be displayed on the selector screen.  This can
  313. be used to examine a preset or to edit and copy presets when used in
  314. conjunction with the EDIT and STORE buttons.
  315.  
  316.  
  317.  
  318.  
  319.  
  320. PART VII. - preset limits
  321.  
  322.  
  323.  
  324.      A maximum of 40 files - 6 of which can be Accessories - can be held
  325. in each preset at a time.  More than six Accessories is pointless of
  326. course, and 40 should be all the files you reasonably need ( it's actually
  327. a convention I adopted from one of those other nameless autoboot utilities
  328. and is kind of arbitrary).  Only the active files are stored in the
  329. PRESET.DAT file, all other files will be set to inactive.  To add files to
  330. the list, use the SHOW button, add the files, STORE it back to the preset,
  331. and then SAVE; or if you want to add a file to a number of presets at once
  332. use the MASS button then SAVE.
  333.  
  334.  
  335.  
  336. PART VIII. - hide (and not go seek)
  337.  
  338.  
  339.  
  340.      Some Files (especially autoboot files) you may want to always remain
  341. active - for example, the Mouse Boot program itself or a TOS patch
  342. program.  Since Mouse Boot uses standard GEMDOS routines to rename files,
  343. any file set to read-only status will not be changed.  To take advantage
  344. of this, Mouse Boot won't show any autoboot or accessory files that are
  345. set to read-only status - allowing you to effectively hide these files
  346. from Mouse Boot.  It's a good idea to do this for all of the files you
  347. want to stay on permanently; you can always set them back to READ/WRITE 
  348. status if you want to. (Note: when reordering AUTO programs, all files 
  349. including ones set to read only will be shown so that they can be 
  350. reordered as well - see the READ.ME file for more details)
  351.  
  352.  
  353.  
  354. PART IX. - Default Selections
  355.  
  356.  
  357.  
  358.     Presets one and two (that's the one in the upper left hand corner and
  359. the one directly under it) have a special function.  When Mouse Boot first 
  360. loads it starts a ten second countdown timer; if the timer runs out or if 
  361. the space bar is pressed, Mouse Boot will set the files to the first 
  362. preset if you are using a color monitor or the second preset if you are 
  363. using a monochrome monitor.  This allows you to have a default setup for 
  364. for each monitor type - if you have only one type of monitor you can use 
  365. the other preset for anything you want.  Pressing the left mouse button 
  366. will abort this time-out feature, and the right mouse button will exit 
  367. without making any changes.
  368.  
  369.  
  370.  
  371. PART X. - Editing tips and tricks.
  372.  
  373.  
  374.  
  375.     Because of the way the user interface of Mouse Boot is set up, presets
  376. can easily be copied and edited.  To copy from one preset to another, for
  377. example, first click on PRESET then on SHOW and choose the preset you want
  378. to copy.  The preset will now be shown on the selector screen (you can
  379. edit it here if you wish).  Next click on EDIT then STORE followed by the
  380. preset you wish to be the destination.  Many presets may have only slight
  381. differences between them; so doing this can save a great deal of time.
  382.  
  383.  
  384.  
  385. PART XI. - Custom File types.
  386.  
  387.  
  388.  
  389.      In addition to desktop.inf and assign.sys files, there are other
  390. types of files it can be useful to switch between.  Because of this, Mouse
  391. Boot supports two user-defined file types.  These can be any type of file
  392. - a startgem.inf file or a DTP configuration file for example.
  393.  
  394.  
  395.  
  396.      To make a user-defined file type first copy the files into the
  397. MOUSEBT directory renaming them with a descriptive file name and the 
  398. extension .1CF for custom type one or .2CF for custom type two (for 
  399. example a STARTGEM.INF file to auto-boot NEODESK may look like NEOLOAD.1CF 
  400. or NEOLOAD.2CF).  Mouse Boot will rename the inactive files to .1CX or 
  401. .2CX respectively.  As with desktops and assign.sys files you can have up 
  402. to 18 of each file type.
  403.  
  404.  
  405.  
  406.     Next, re-boot the computer and when Mouse Boot loads and the selector
  407. screen is shown, click on the Mouse Boot title bar at the top-center of
  408. the selector screen - this will bring up a dialog box with three buttons.
  409.  
  410. click the first button on the left to set the name and path for custom
  411. file type one, the middle button for type two, or the last button to
  412. cancel and return to the selector screen.
  413.  
  414.  
  415.  
  416.     If you select button one or two you will then be asked to enter a name
  417. for the custom file type.  Enter any descriptive eight letter name - this
  418. is the name that will appear in the file type title bar in the upper right 
  419. hand corner of the selector screen (like Desktop and -GDOS-): this is not 
  420. a filename but just a way for the user to tell what each type is for.
  421.  
  422.  
  423.  
  424.     Once you enter a name you then will be asked to enter the path to 
  425. which the custom file type will be written (i.e. copied form the MOUSEBT 
  426. folder to this destination); this must be a valid path plus a file name 
  427. (C:\STARTGEM.INF would be an example path for a startgem file) - after you 
  428. enter a path you will be returned to the selector screen.
  429.  
  430.  
  431.  
  432.     After setting a name and path click on EDIT and then SAVE to save the
  433. new paths to the PRESET.DAT file.  The next time you boot these paths will
  434. automatically be loaded along with any presets you may have defined.
  435.  
  436.  
  437.  
  438. NOTE: As a default, custom type one will initially be defined for use by
  439.       STARTGEM.INF files on drive C.  Use it as an example of how to set
  440.       up a custom file type of your own.
  441.  
  442.  
  443.  
  444.     To use the a custom file type, simply click on the title bar in the
  445. upper right hand corner of the screen until it shows the name and the
  446. files of the file type you defined (it will only do this if there are any
  447. files of that type to show).  Then click on the particular file you want
  448. to use.  Remember, if you store a preset, any highlighted file type -
  449. including custom types - will be stored in that preset.
  450.  
  451.  
  452.  
  453. PART XII. - So I Lied.
  454.  
  455.  
  456.  
  457.      There is actually one keystroke to remember in the program. It's not 
  458. really necessary but it can be useful - pressing the '*' key on the keypad 
  459. before loading will cause the program to bypass very quickly.  I tried to 
  460. get the right mouse button to do this, but it wouldn't respond before I 
  461. initialized the mouse -  Oh well, I guess you can't have everything.
  462.  
  463.  
  464.  
  465. PART XIII. - "What about the welcome screen?"
  466.  
  467.  
  468.  
  469.      The Mouse Boot program itself does not have a welcome screen - but I 
  470. decided to add a simple picture loader named WELCOME.PRG (ok, I admit it 
  471. was just an excuse to do a nice little title screen for Mouse Boot ).  Put 
  472. it just before Mouse Boot in your AUTO folder - It's a separate program 
  473. that will work with or without Mouse Boot.  Next Place any Degas picture 
  474. (compressed or uncompressed - P?1 for color or P?3 for monochrome) in the 
  475. MOUSEBT folder,  The Welcome screen program will search for and load a 
  476. random screen from the folder and display it for ten seconds (there is a 
  477. sample picture included - MOUSEPIC.PI1); 4 channel Degas color cycling 
  478. will also be supported.  The '*' key bypasses the welcome screen and the 
  479. left mouse button will cause Mouse Boot to load if it follows in the Auto 
  480. folder.  The right mouse button will not only quit the welcome screen but 
  481. bypass Mouse Boot as well.  The two programs work together, though because 
  482. they are separate you can use Mouse Boot to turn the welcome screen on or 
  483. off - just like any other autoboot program.
  484.  
  485.  
  486.  
  487. NEW and IMPROVED! - check out the READ.ME file for the new welcome screen 
  488. features.
  489.  
  490.  
  491.  
  492. PART XIV. - "What about Autorunning GEM programs?"
  493.  
  494.  
  495.  
  496.      Depending on your version of TOS, there are several ways to set Mouse
  497. Boot up to autorun a GEM program.  The easiest way is if you have TOS 1.4
  498. or greater - Simply set up a seperate desktop file for each program you
  499. want to autorun (in TOS 1.4 and up autorunning a program is a built-in
  500. feature and is saved as part of the DESKTOP.INF file) then select that
  501. desktop via Mouse Boot.
  502.  
  503.  
  504.  
  505.      If you have an earlier version of TOS you will have to use a program
  506. like STARTGEM or HEADSTART to autorun a GEM program (both, I believe, are
  507. Shareware).  STARTGEM, for example, saves a configuration file named
  508. STARTGEM.INF containing the path of the program to autorun - this then can
  509. be set up as a custom file type in Mouse Boot (see section XI.) and used
  510. to select between several different STARTGEM.INF files.
  511.  
  512.  
  513.  
  514.      Well, That should give you an Idea of how to use Mouse Boot - Just
  515. try it, it's mostly self-explanatory and very easy to use.  So, all things
  516. being what they are, this is the end of Mouse Boot documentation.
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524. PART XVI. - Quick Reference Of Mouse Boot Commands
  525.  
  526.  
  527.  
  528. Left Button  - enter selector or select button/file
  529.  
  530. Right Button - Exit Program with no changes (only in selector screen)
  531.  
  532. '*' key  ----- Bypass Program
  533.  
  534. SPACE BAR ---- Within the 1st 10 seconds will select default preset
  535.  
  536.                (Color or Mono).  Allowing Mouse Boot to time-out will
  537.  
  538.                also do this.
  539.  
  540.  
  541.  
  542. File type title bar -- Switch between Desktops GDOS and custom file types.
  543.  
  544.  
  545.  
  546. - Mock GEM Buttons -
  547.  
  548.  
  549.  
  550. Mouse Boot title bar -- Set up Custom file type configuration
  551.  
  552.   BUTTON #1 ------ define custom type one
  553.  
  554.   BUTTON #2 ------ define custom type two
  555.  
  556.   CANCEL --------- return to selector screen
  557.  
  558.  
  559.  
  560. note: buttons one and two will show the current name given to that custom
  561.  
  562.       file type.
  563.  
  564.  
  565.  
  566. CHANGE - - - - - - Rename/Copy files if modified
  567.  
  568.                    (with option to reboot if run from the desktop)
  569.  
  570. CANCEL - - - - - - Exit with no changes
  571.  
  572.  
  573.  
  574. PRESET - - - - - - Enter preset dialog
  575.  
  576.   Presets -------  Do Preset Chosen
  577.  
  578.   SHOW    -------  Display preset to Selector Screen
  579.  
  580.   CANCEL  -------  Return to Selector Screen
  581.  
  582.  
  583.  
  584. EDIT - - - - - - - Enter EDIT dialog box
  585.  
  586.   RENAME --------- Rename a Preset
  587.  
  588.   MASS ----------- Mass merge or extract a file from certain presets.
  589.  
  590.   STORE  --------- Store current set-up to Preset
  591.  
  592.   SAVE   --------- Save Presets in PRESET.DAT file
  593.  
  594.   CANCEL --------- Return to Selector Screen
  595.  
  596.  
  597.  
  598. REVERT - - - - - - Revert to Boot up settings
  599.  
  600.  
  601.  
  602.  
  603.  
  604.                           < SHARE-WARE NOTICE >
  605.  
  606.  
  607.  
  608.      All of the Mouse Boot programs are released as SHARE-WARE and may be
  609. distributed freely as long as all the related Programs and files are kept
  610. together and are not modified in any way.
  611.  
  612.  
  613.  
  614.     If you like this program and want to see more software from SRL
  615. systems (as well as future updates of Mouse Boot) please send $15.00 to...
  616.  
  617.  
  618.  
  619. SRL systems
  620.  
  621. c\o Scott R. Lemmon
  622.  
  623. 2121 Gillis st.
  624.  
  625. Palatka FL  32177
  626.  
  627.  
  628.  
  629.     If you have any question or comments about this program write to the
  630. above address or call (904) 328-0748.
  631.  
  632.  
  633.  
  634.  
  635.  
  636.                             < DISCLAIMER >
  637.  
  638.  
  639.  
  640.      Since Mouse Boot uses standard GEM file commands and never deletes a
  641. file (unless copying over an old DESKTOP.INF or ASSIGN.SYS file with a new
  642. one), There is little chance that Mouse Boot could do any harm to to your
  643. system or files.  However, in an overly litigious society one can never be
  644. too careful - so here it goes.
  645.  
  646.  
  647.  
  648.              SRL systems (namely Scott R. Lemmon) does not
  649.  
  650.         warrant that any of the Mouse Boot Programs or related
  651.  
  652.         Programs will be free from error or will meet specific
  653.  
  654.         requirements of the user.
  655.  
  656.  
  657.  
  658.              The Programs are provided on a solely "AS IS" basis.
  659.  
  660.         In no event shall SRL systems or Scott R. Lemmon be liable
  661.  
  662.         for any damages resulting from, or relating to the use of
  663.  
  664.         the Programs.
  665.  
  666.  
  667.  
  668. - THE FUTURE -
  669.  
  670.  
  671.  
  672.     This is the first application for the ATARI ST from SRL systems. 
  673. Hopefully more will follow in the future.  Additionally, enhancements are 
  674. planned for Mouse Boot - feel free to suggest any.
  675.  
  676.  
  677.  
  678.